EMT Practice Test
1. Question Content...
Question1: Which option is true about the strict mode in imported modules?
Question9: Refer to the code below:
What is the value of result when the code executes?
Question20: Which two console logs output NaN?
Choose 2 answers | |
Question30: A developer uses a parsed JSON string to work with user information as in the block below:
01 const userInformation ={
02 " id " : "user-01",
03 "email" : "[email protected]",
04 "age" : 25
Which two options access the email attribute in the object?
Choose 2 answers
Question32: Given the following code:
is the output of line 02?
Question35: Which function should a developer use to repeatedly execute code at a fixed interval ?
Question37: Which two code snippets show working examples of a recursive function?
Choose 2 answers
Question40: Which three actions can be using the JavaScript browser console?
Choose 3 answers:
Question47: Which statement accurately describes an aspect of promises?
Question57: Given the following code:
Let x =('15' + 10)*2;
What is the value of a?












